type net/http.http2timeTimer

6 uses

	net/http (current package)
		h2_bundle.go#L4011: 	return http2timeTimer{time.NewTimer(d)}
		h2_bundle.go#L4019: 	return http2timeTimer{time.AfterFunc(d, f)}
		h2_bundle.go#L7171: type http2timeTimer struct {
		h2_bundle.go#L7175: func (t http2timeTimer) C() <-chan time.Time { return t.Timer.C }
		h2_bundle.go#L7347: 	return http2timeTimer{time.NewTimer(d)}
		h2_bundle.go#L7355: 	return http2timeTimer{time.AfterFunc(d, f)}